feat(otel): add structured trace-context types and execution-trace resolver - #685
Open
ayushiahjolia wants to merge 1 commit into
Open
feat(otel): add structured trace-context types and execution-trace resolver#685ayushiahjolia wants to merge 1 commit into
ayushiahjolia wants to merge 1 commit into
Conversation
ayushiahjolia
had a problem deploying
to
ai-pr-review
August 27, 2026 04:32 — with
GitHub Actions
Error
ayushiahjolia
force-pushed
the
otel-shared-execution-trace
branch
from
August 27, 2026 04:35
77c426e to
9ff9f55
Compare
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 27, 2026 04:36 — with
GitHub Actions
Inactive
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 27, 2026 04:36 — with
GitHub Actions
Inactive
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ayushiahjolia
force-pushed
the
otel-shared-execution-trace
branch
from
August 27, 2026 05:06
9ff9f55 to
b645aea
Compare
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 27, 2026 05:08 — with
GitHub Actions
Inactive
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
August 27, 2026 05:08 — with
GitHub Actions
Error
This comment has been minimized.
This comment has been minimized.
ayushiahjolia
force-pushed
the
otel-shared-execution-trace
branch
from
August 27, 2026 18:00
b645aea to
337e5f5
Compare
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
August 27, 2026 18:04 — with
GitHub Actions
Error
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 27, 2026 18:04 — with
GitHub Actions
Inactive
This comment has been minimized.
This comment has been minimized.
ayushiahjolia
force-pushed
the
otel-shared-execution-trace
branch
from
August 27, 2026 18:38
337e5f5 to
c21cf27
Compare
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
August 27, 2026 19:02 — with
GitHub Actions
Error
This comment has been minimized.
This comment has been minimized.
ayushiahjolia
force-pushed
the
otel-shared-execution-trace
branch
from
August 28, 2026 23:49
e6f3f01 to
212e41c
Compare
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
August 28, 2026 23:56 — with
GitHub Actions
Failure
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
August 28, 2026 23:56 — with
GitHub Actions
Failure
ayushiahjolia
force-pushed
the
otel-shared-execution-trace
branch
from
August 28, 2026 23:57
212e41c to
902d117
Compare
ayushiahjolia
had a problem deploying
to
ai-pr-review
August 29, 2026 00:01 — with
GitHub Actions
Error
ayushiahjolia
force-pushed
the
otel-shared-execution-trace
branch
from
August 29, 2026 00:09
902d117 to
effdd0e
Compare
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 29, 2026 00:14 — with
GitHub Actions
Inactive
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 29, 2026 00:14 — with
GitHub Actions
Inactive
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ayushiahjolia
force-pushed
the
otel-shared-execution-trace
branch
from
August 29, 2026 01:17
effdd0e to
e3f2437
Compare
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 29, 2026 01:21 — with
GitHub Actions
Inactive
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 29, 2026 01:21 — with
GitHub Actions
Inactive
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ayushiahjolia
marked this pull request as ready for review
August 29, 2026 01:54
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 29, 2026 01:54 — with
GitHub Actions
Inactive
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 29, 2026 01:54 — with
GitHub Actions
Inactive
ayushiahjolia
temporarily deployed
to
ai-pr-review-runtime
August 29, 2026 01:54 — with
GitHub Actions
Inactive
Contributor
Codex AI reviewNo actionable findings. Residual risk is limited to future integration of these currently unused trace-context types with the OTel plugins; this PR adds unit coverage only. Reviewed commit |
Contributor
Claude AI reviewNo actionable findings. This PR adds foundational OpenTelemetry trace-context types ( Verified as correct:
Residual test risk (not a defect, flagged for the follow-up PRs that wire these types):
Reviewed commit |
zhongkechen
approved these changes
Aug 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available: #674
Description of changes:
First PR in the stack that reparents durable OTel spans onto one shared execution trace. Adds the foundational data types only - nothing consumes them yet, so behavior is unchanged.
Next in stack: durable sampling, then wiring both plugins onto the shared trace.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.